| Name | Description |
| AsPlain | Returns a IDataCollection<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items. |
| CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanGroup | Returns whether the collection is able to group the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanInsert | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanInsertRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanMove | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanRemove | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanRemoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanReplace | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanReplaceRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Dispose | Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
| FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
| GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1WrapDataCollection<object>) |
| GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| GroupAsync | Overloaded. Groups the collection according to the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1WrapDataCollection<object>) |
| InsertAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| InsertRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| MoveAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| RemoveAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| RemoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| ReplaceAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| ReplaceRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |